| AdCourseLevel |
| Logical Entity Name | AdCourseLevel |
| Default Table Name | AdCourseLevel |
| Physical Only | NO |
| Definition | |
| Note |
| AdCourseLevel Columns |
| ColumnName | Domain | Datatype | NULL | Definition |
AdCourseLevelID |
int | NO | ||
| Code | char(10) | NO | ||
| Descrip | varchar(60) | NO | ||
| Active | bit | NO | ||
| Syscol | bit | NO | ||
UserID |
int | NO | ||
| DateAdded | datetime | NO | ||
| DateLstMod | datetime | NO | ||
| ts | timestamp | NO |
| AdCourseLevel Primary and Unique Keys |
| Key Name | Key Type | Keys |
| AdCourseLevel_Code_U_N_IDX | Index | Code |
| AdCourseLevel_AdCourseLevelID_U_C_IDX | PrimaryKey | AdCourseLevelID |
| AdCourseLevel Foreign Keys |
| Parent Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Supertype | Not For Replication |
| SyStaff | Non-Identifying | One To Zero or More | FK_AdCourseLevel_UserID_SyStaff_SyStaffID | UserID | NO | YES |
| Child Relationships: |
| Table Name | Type | Cardinality | Constraint Name | VerbPhrase | InversePhrase | Foreign Keys | Is Subtype | Not For Replication |
| AdCourse | Non-Identifying | One To Zero or More | FK_AdCourse_AdCourseLevelID_AdCourseLevel_AdCourseLevelID | NO | YES | |||
| ADCourseLevelRepeat | Non-Identifying | One To Zero or More | FK_ADCourseLevelRepeat_ADCourseLevelID_AdCourseLevel | NO | YES | |||
| AdRequirementRuleCourseLevel | Non-Identifying | One To Zero or More | FK_AdRequirementRuleCourseLevel_AdCourseLevelID_AdCourseLevel_AdCourseLevelID | NO | YES | |||
| saBillingMethod | Non-Identifying | One To Zero or More | FK_saBillingMethod_AdCourseLevelID_AdCourseLevel_AdCourseLevelID | NO | YES | |||
| saBillingMethodDetail | Non-Identifying | One To Zero or More | FK_saBillingMethodDetail_AdCourseLevelID_AdCourseLevel_AdCourseLevelID | NO | YES | |||
| SaTuitionDiscountPolicyCourseLevel | Non-Identifying | One To Zero or More | FK_SaTuitionDiscountPolicyCourseLevel_AdCourseLevelID_AdCourseLevel_AdCourseLevelID | NO | YES |
| AdCourseLevel Check Constraints |
| Check Constraint Name | CheckConstraint |
| Chk_AdCourseLevel_AdCourseLevelID_SysCol | ([AdCourseLevelID] = 1 and [SysCol] = 1 or [AdCourseLevelID] <> 1 and [SysCol] = 0) |